#!/usr/bin/env bash

RESULT=`/usr/bin/osascript -e 'tell application "Finder" to reveal application file id "com.plxtech.FirmwareUpdater"'`

exit 0
